PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFCanvas Class / drawPath Method / drawPath(PDFPen,PDFBrush,PDFPath,PDFFillMode) Method
that determines the color, width, and style of the path.
that determines the characteristics of the fill.
to draw and fill.
Path fill mode.
In This Topic
    drawPath(PDFPen,PDFBrush,PDFPath,PDFFillMode) Method
    In This Topic
    Draws and fills a .
    Syntax

    Parameters

    pen
    that determines the color, width, and style of the path.
    brush
    that determines the characteristics of the fill.
    path
    to draw and fill.
    fillMode
    Path fill mode.
    Exceptions
    ExceptionDescription
    when path parameter is null
    See Also